testsuite/scrolledwindow—Test non-overlay/non-auto
authordjb <db0451@gmail.com>
Fri, 17 Feb 2017 21:31:26 +0000 (21:31 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 19 Feb 2017 17:03:44 +0000 (17:03 +0000)
commit5a6e6689ec9c3158832848f951b259cd1eeaa777
tree463797d994aba2bf4e02350baf35c04546a46ace
parent901e5ff3a36b74b8ae4c19f4f20e84bc70b44913
testsuite/scrolledwindow—Test non-overlay/non-auto

It was only testing the default configuration where overlay-scrolling is
TRUE and the policy is POLICY_AUTOMATIC. We should also test FALSE and
POLICY_ALWAYS. This commit adds those tests and makes the !overlay &&
POLICY_ALWAYS case pass by excluding the size of the relevant scrollbar,
as we are only interested in whether the content size is as requested.

https://bugzilla.gnome.org/show_bug.cgi?id=778853
testsuite/gtk/scrolledwindow.c